Gets the specified
IChart objects by the chart names.
'Declaration
Overloads ReadOnly Property Item( _
ByVal ParamArray () As String _
) As ICharts
'Usage
Dim instance As ICharts
Dim names() As String
Dim value As ICharts
value = instance.Item(names)
ICharts Item(
params string[]
) {get;}
Parameters
- names
- An array of string values indicates the chart names.
Property Value
The
IChart objects which has the specified names.